home *** CD-ROM | disk | FTP | other *** search
- <panel>
-
- <layout class="fit_children_attachment" alignment="vertical" offset="0" />
- <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
- <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
-
- <!-- set row count on panel, not table - used when table below is reset -->
- <integer id="row_count" value="7" />
-
- <!-- instead of the selection colour, use this colour if team is knocked out of the competition -->
- <colour id="competition_knocked_out_colour" name="grey5" />
-
- <widget class="table" id="cmpt" mode="fill_rows" layout="-1,-2" stretch_to_fit_rows="true">
-
- <list id="headings">
- <record text="Competitions" alignment="left,centre_y" column_span="2" />
- </list>
-
- <list id="column_properties">
- <record index="0" alignment="left,centre_y" auto_size="true" spec="text" />
- <record index="1" alignment="left,centre_y" auto_size="true" spec="text" colour="selection" />
- </list>
-
- <list id="column_display_properties">
- <record id="comp" index="0" left="4" sort_disabled="true"/>
- <record id="info" index="1" />
- </list>
-
- <integer id="row_count" value="7" />
- </widget>
-
- </panel>